add 15 files that were missing (they all got included indirectly by
authorMichael Natterer <mitch@imendio.com>
Fri, 2 May 2008 15:03:12 +0000 (15:03 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 2 May 2008 15:03:12 +0000 (15:03 +0000)
2008-05-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.h: add 15 files that were missing (they all got included
indirectly by including gtk.h, so should have been here in the
first place).

svn path=/trunk/; revision=20068

ChangeLog
gtk/gtk.h

index 1dd72b3bf17787748235e3f48054244ef78570c2..a6c29ac66106199e7e48e4cdc6336d5fcdc42f82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-02  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtk.h: add 15 files that were missing (they all got included
+       indirectly by including gtk.h, so should have been here in the
+       first place).
+
 2008-05-02  Michael Natterer  <mitch@imendio.com>
 
        * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
index c242133d289c4b3338a5ca9e7abe05855623c17e..cf5c6e675973c9cb4f6e218852a6ae0fed693fbd 100644 (file)
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -21,7 +21,7 @@
  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 #ifndef __GTK_H__
@@ -49,6 +49,7 @@
 #include <gtk/gtkbuilder.h>
 #include <gtk/gtkbutton.h>
 #include <gtk/gtkcalendar.h>
+#include <gtk/gtkcelleditable.h>
 #include <gtk/gtkcelllayout.h>
 #include <gtk/gtkcellrenderer.h>
 #include <gtk/gtkcellrendereraccel.h>
@@ -69,6 +70,7 @@
 #include <gtk/gtkcomboboxentry.h>
 #include <gtk/gtkcontainer.h>
 #include <gtk/gtkcurve.h>
+#include <gtk/gtkdebug.h>
 #include <gtk/gtkdialog.h>
 #include <gtk/gtkdnd.h>
 #include <gtk/gtkdrawingarea.h>
 #include <gtk/gtkeventbox.h>
 #include <gtk/gtkexpander.h>
 #include <gtk/gtkfixed.h>
+#include <gtk/gtkfilechooser.h>
 #include <gtk/gtkfilechooserbutton.h>
 #include <gtk/gtkfilechooserdialog.h>
 #include <gtk/gtkfilechooserwidget.h>
+#include <gtk/gtkfilefilter.h>
 #include <gtk/gtkfontbutton.h>
 #include <gtk/gtkfontsel.h>
 #include <gtk/gtkframe.h>
 #include <gtk/gtkmountoperation.h>
 #include <gtk/gtknotebook.h>
 #include <gtk/gtkobject.h>
+#include <gtk/gtkpagesetup.h>
+#include <gtk/gtkpapersize.h>
 #include <gtk/gtkpaned.h>
 #include <gtk/gtkplug.h>
+#include <gtk/gtkprintcontext.h>
 #include <gtk/gtkprintoperation.h>
+#include <gtk/gtkprintoperationpreview.h>
+#include <gtk/gtkprintsettings.h>
 #include <gtk/gtkprogressbar.h>
 #include <gtk/gtkradioaction.h>
 #include <gtk/gtkradiobutton.h>
 #include <gtk/gtktearoffmenuitem.h>
 #include <gtk/gtktextbuffer.h>
 #include <gtk/gtktextbufferrichtext.h>
+#include <gtk/gtktextchild.h>
+#include <gtk/gtktextiter.h>
+#include <gtk/gtktextmark.h>
+#include <gtk/gtktexttag.h>
+#include <gtk/gtktexttagtable.h>
 #include <gtk/gtktextview.h>
 #include <gtk/gtktoggleaction.h>
 #include <gtk/gtktogglebutton.h>
 #include <gtk/gtktreemodelfilter.h>
 #include <gtk/gtktreemodelsort.h>
 #include <gtk/gtktreeselection.h>
+#include <gtk/gtktreesortable.h>
 #include <gtk/gtktreestore.h>
 #include <gtk/gtktreeview.h>
 #include <gtk/gtktreeviewcolumn.h>